home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / dialogs / dlg_selectbackend.dlg < prev    next >
Extensible Markup Language  |  2014-12-19  |  2KB  |  40 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. /***************************************************************************
  5.  copyright   : (C) 2010 by Martin Preuss
  6.  email       : martin@aqbanking.de
  7.  
  8.  ***************************************************************************
  9.  * This file is part of the project "AqBanking".                           *
  10.  * Please see toplevel file COPYING of that project for license details.   *
  11.  ***************************************************************************/
  12. -->
  13.  
  14. <dialog type="dialog" name="ab_select_backend" i18n="aqbanking"
  15.         flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  16.   <widget type="vlayout" flags="fillX fillY" >
  17.  
  18.     <widget type="label" name="introLabel" flags="fillX" />
  19.  
  20.     <widget type="groupBox" text="Backend" flags="fillX fillY" >
  21.       <widget type="vlayout" flags="fillX" >
  22.         <widget type="comboBox" name="backendCombo"  columns="40" flags="fillX" />
  23.         <widget type="label" name="descrLabel" flags="fillX fillY" />
  24.       </widget>
  25.     </widget>
  26.  
  27.     <!-- controls -->
  28.     <widget type="hspacer" flags="fillY" />
  29.     <widget type="hLine" flags="fillX" />
  30.     <widget type="hlayout" flags="fillX equalWidth" >
  31.       <widget type="pushButton" text="Help"     name="helpButton" />
  32.       <widget type="hspacer" flags="fillX" />
  33.       <widget type="pushButton" text="Ok"     name="okButton" flags="default" />
  34.       <widget type="pushButton" text="Abort"  name="abortButton" />
  35.     </widget>
  36.  
  37.   </widget>
  38.  
  39. </dialog>
  40.